home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_367 / DoAction.as
Text File  |  2007-12-30  |  127b  |  8 lines

  1. voiceover.attachSound("Hclick");
  2. voiceover.start();
  3. voiceover.onSoundComplete = function()
  4. {
  5.    nextFrame();
  6. };
  7. stop();
  8.